home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 96
/
PC Zone #096.7z
/
Dppcz1200.mdf
/
Demos
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
cratec.gsh
< prev
next >
Wrap
Text File
|
2000-09-09
|
900b
|
33 lines
// defines a normal cratec
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_CRATEC_GSH
#define INCLUDED_CRATEC_GSH
#include "cratec_frag.gsh"
////////////////////////////////////////////////////////////////////////////////////
shape Shp_cratec
{
file "objects\cratec.rif"
name "CRATE C"
}
role Rol_cratec : Rol_PlacedObject
{
shape Shp_cratec
identifier "cratec"
destructibility Frg_cratec
destination selectable yes
ai blocker
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_CRATEC_GSH